Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support mariadb (fully compatible with mysql) #117

Merged
merged 1 commit into from
Jul 31, 2024
Merged

support mariadb (fully compatible with mysql) #117

merged 1 commit into from
Jul 31, 2024

Conversation

thed0ct0r
Copy link

@thed0ct0r thed0ct0r commented Jul 30, 2024

having read that coroot now supports mysql i was happy to check it out - to see if i can get some better analysis of some of my databases. i could not get it to work though, the screenshot in the 1.3.0 release notes shows a mariadb database, but i could not get mariadb databases to show up - only mysql ones (see here: 1.3.0 release notes )
having a look at the code, it seemed like if the running process was identifies to be mysqld - a metric would be set which would then indicate the application type. so, adding the mariadbd to the process list to set the mysql label worked perfectly.
since they are protocol (and a lot of code) compatible, all features work fine, including the mysql tab, as well as profiling, io, etc...

@thed0ct0r thed0ct0r changed the title added: support mariadb (fully compatible with mysql) support mariadb (fully compatible with mysql) Jul 30, 2024
@def def merged commit f030cd3 into coroot:main Jul 31, 2024
1 check passed
@def
Copy link
Member

def commented Jul 31, 2024

@thed0ct0r, @tomseffect thank you!

@thed0ct0r thed0ct0r deleted the feature/mariadb branch July 31, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants